home *** CD-ROM | disk | FTP | other *** search
- import java.util.TimerTask;
- import javax.microedition.lcdui.Displayable;
-
- // $FF: renamed from: h
- public class class_0 extends TimerTask {
- // $FF: renamed from: a f
- public f field_0;
-
- public class_0(f var1) {
- this.field_0 = var1;
- this.field_0.a8 = System.currentTimeMillis();
- }
-
- public void run() {
- switch (this.field_0.ar) {
- case 1:
- case 7:
- case 8:
- this.field_0.b();
- case 2:
- default:
- break;
- case 3:
- if (System.currentTimeMillis() - this.field_0.a8 >= 1000L) {
- this.field_0.ar = -1;
- if (this.field_0.av >= 0) {
- this.field_0.commandAction(this.field_0.f, (Displayable)null);
- }
- }
- break;
- case 4:
- if (System.currentTimeMillis() - this.field_0.a8 >= 1000L) {
- this.field_0.ar = 1;
- this.field_0.a8 = System.currentTimeMillis();
- }
- break;
- case 5:
- if (System.currentTimeMillis() - this.field_0.a8 >= 1000L) {
- this.field_0.ar = -1;
- this.field_0.commandAction(this.field_0.g, (Displayable)null);
- }
- break;
- case 6:
- if (System.currentTimeMillis() - this.field_0.a8 >= 200L) {
- this.field_0.a8 = System.currentTimeMillis();
- ++this.field_0.a2;
- if (this.field_0.a2 < 3) {
- this.field_0.c();
- } else {
- this.field_0.f();
- }
- }
- }
-
- }
- }
-